home *** CD-ROM | disk | FTP | other *** search
-
-
- LI.PRG V2.0
-
-
-
- Preface
-
- This program accepts a filename path specification and prints the
- matching list on the screen or the printer. It prints the filename,
- filesize (<DIRECORY>,<LABEL>), date of creation, time of creation and
- read/write flag. A wildcard search of the root will also return the
- disk label. This version sorts the filenames, followed by folders and
- finally the disk label (uses a dumb bubble sort, sorry).
-
- INSTALLATION OPTIONS
-
- It can be installed in several methodes making varing options
- available.
-
- It can be run from a CLI, the DESKTOP or as a Tos Takes Parameters. In
- command mode you are prompted for the filespecification, the directory
- prints and it asks you if you wish to continue. Press CTRL/C at any
- time to abort. You may enter the command mode by running the program
- from the DESKTOP or entering it from a CLI with no parameters. In
- parameter passing mode, the program prints the directory and exits. You
- may enter the parameter mode by passing a parameter from a CLI or
- renaming it to a TTP filetype.
-
- FILESPECIFICATIONS
-
- Filename specifications can have any path name. Searches thru folders
- are NOT performed automatically, use must specify the subdirectory path
- names.
-
- Examples:
- A:\SOURCES\C\*.*
- C:\AUTO\*.PRG
- B:LI.*
- D:FLASH.*/O=C
- (see below for use of special character "/")
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Directory printer program
-
-
- LI.PRG V2.0
-
-
- Additional features:
-
- Output to printer or screen.
-
- If you include the "/O" (notice the difference between the
- folder definition and the switch definition), you can redirect
- the output.
-
- LI A:\AUTO\*.PRG/O
-
- List all files in folder "AUTO" with a program extention
- to the screen (default if no switch also).
-
- LI A:*.*/O=C
-
- List all files on root of drive A to the screen.
-
- LI A:*.BAS/O=P
-
- List all files with filetype BAS to the printer.
-
-
-
- Sort or don't sort filenames.
-
- If you include a "/S", the program will sort the filenames by
- the first 14 bytes (directories follow filenames, disk label
- is last). If you specify "/N", the program will display the
- filenames in the order they were created by DOS. Default is
- to sort.
-
- LI *.PI?/N
-
- List all files on current drive with picture filetypes,
- in the order of creation by DOS.
-
- LI a:*.C/N/O=P
-
- List all "C" source files to the printer, in order of
- creation by DOS.
-
-
-
- Known problems:
-
- 1) Prints some null (I believe they're hidden files) files when
- searching folders. I'm having trouble with the flag word passed
- to GEMDOS to select what files to return.
-
- 2) It has a file limit of 544 files (wierd number, huh).
-
-
-
-
- Directory printer program
-
-
- LI.PRG V2.0
-
-
- Future plans:
-
- I am planning on adding features which permit searching of multiple
- filespecifications in one command line.
-
- LI A:\*.BAS, B:\*.BAS, C:\SOURCES\BASIC\*.*
-
- Find me all my basic sources in those 3 directories.
-
-
- I would like to add switches that control which items are output
- and value searches for certain items.
-
- LI *.BAS/FULL
-
- Show me name, size, date, time, read/write flags.
-
- LI *.BAS/NAME/SIZE
-
- Show me the name and size only.
-
- LI *.TXT/SIZE>10000
-
- Show me all text files with size greater than 10000 bytes.
-
- LI *.PRG/BEFORE:29-Apr-86/AFTER:01-Aug-86
-
- Show me all program files created between those dates. (this
- one will be tough to do)
-
-
-
-
-
- [73637,30] Tom Mynar
-
- (c) COPYRIGHT 1986 BY THOMAS J. MYNAR
- THIS SOFTWARE MAY BE COPIED AND DISTRIBUTED FREELY WITH THE
- INCLUSION OF THIS NOTICE. NO WARRANTY AND/OR USEABLITY IS
- IMPLIED.
-
- LI.PRF-09/13/86
-
-
-
-
-
-
-
-
-
-
-
-
- Directory printer program
-
- əəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəə